| 2006-01-03 |
kaf24@firebug... | Rename VMX option name lapic to apic, and pass it to... |
commit | commitdiff | tree | snapshot |
| 2006-01-02 |
kaf24@firebug... | Fix VMX disk config string parse (allow leading whitesp... |
commit | commitdiff | tree | snapshot |
| 2006-01-01 |
kaf24@firebug... | Provide an option to disable ACPI from the VMX config... |
commit | commitdiff | tree | snapshot |
| 2005-12-31 |
kaf24@firebug... | Clean up 'q' debug key output. |
commit | commitdiff | tree | snapshot |
| 2005-12-31 |
kaf24@firebug... | Allow non-privileged domains restricted access to |
commit | commitdiff | tree | snapshot |
| 2005-12-31 |
kaf24@firebug... | Store admin-specified ioport capabilities in a rangeset |
commit | commitdiff | tree | snapshot |
| 2005-12-30 |
kaf24@firebug... | Fix a missing break in ioemu command-line parsing switch |
commit | commitdiff | tree | snapshot |
| 2005-12-30 |
kaf24@firebug... | Fix rdmsrl() for x86_32 -- high 32 bits must be cast to |
commit | commitdiff | tree | snapshot |
| 2005-12-30 |
kaf24@firebug... | Avoid xen crash if there is no VMX support. If a platform |
commit | commitdiff | tree | snapshot |
| 2005-12-30 |
kaf24@firebug... | Move initial stack-pointer adjustment into assembly |
commit | commitdiff | tree | snapshot |
| 2005-12-30 |
kaf24@firebug... | Virtual TPM persistent states contain VTPM secrets... |
commit | commitdiff | tree | snapshot |
| 2005-12-29 |
kaf24@firebug... | Extend the range abstraction by adding an internal |
commit | commitdiff | tree | snapshot |
| 2005-12-29 |
kaf24@firebug... | Add a little more internal abstraction to the rangeset |
commit | commitdiff | tree | snapshot |
| 2005-12-29 |
kaf24@firebug... | Reset the stack pointer on every cpu early during boots... |
commit | commitdiff | tree | snapshot |
| 2005-12-29 |
kaf24@firebug... | Initialise grant tables via core_initcall so that it... |
commit | commitdiff | tree | snapshot |
| 2005-12-29 |
kaf24@firebug... | Various fixes to Xen stack management. Ensure the cpu0_... |
commit | commitdiff | tree | snapshot |
| 2005-12-29 |
kaf24@firebug... | Add auto-destructing per-domain rangeset data structure, |
commit | commitdiff | tree | snapshot |
| 2005-12-28 |
kaf24@firebug... | Fix iobmp_mask setup when permitting a domU access to |
commit | commitdiff | tree | snapshot |
| 2005-12-28 |
kaf24@firebug... | Fix a leak occurring at netif_map(). The problem raised... |
commit | commitdiff | tree | snapshot |
| 2005-12-28 |
kaf24@firebug... | Set up X11 authorization when a VMX domain uses SDL. |
commit | commitdiff | tree | snapshot |
| 2005-12-28 |
kaf24@firebug... | Reorganizes network frontend device unregister and... |
commit | commitdiff | tree | snapshot |
| 2005-12-28 |
kaf24@firebug... | Missing file from previous changeset. |
commit | commitdiff | tree | snapshot |
| 2005-12-28 |
kaf24@firebug... | Fix uncleaned vif backend devices when frontend does... |
commit | commitdiff | tree | snapshot |
| 2005-12-28 |
kaf24@firebug... | If netfront fails to allocate a receive skbuff, push... |
commit | commitdiff | tree | snapshot |
| 2005-12-27 |
vhanquez@kneesa... | Prevent vbd frontend from oopsing if the underlying... |
commit | commitdiff | tree | snapshot |
| 2005-12-23 |
kaf24@firebug... | Generic x86 emulator now properly supports 16-bit addre... |
commit | commitdiff | tree | snapshot |
| 2005-12-23 |
kaf24@firebug... | Modify CR0 access emulation -- return physical CR0... |
commit | commitdiff | tree | snapshot |
| 2005-12-23 |
Ian.Campbell... | Only build xenctx on x86_32 and x86_64. |
commit | commitdiff | tree | snapshot |
| 2005-12-22 |
Ian.Campbell... | Merge. |
commit | commitdiff | tree | snapshot |
| 2005-12-22 |
emellor@leeni... | This patch fixes a bug/typo of main.py. |
commit | commitdiff | tree | snapshot |
| 2005-12-22 |
cl349@firebug... | Remove xen specific bug() implementation -- the regular... |
commit | commitdiff | tree | snapshot |
| 2005-12-22 |
Ian.Campbell... | Add support to xenctx for printing stack traces on... |
commit | commitdiff | tree | snapshot |
| 2005-12-21 |
kaf24@firebug... | Remove acpi_count_madt functions. Only appear to be... |
commit | commitdiff | tree | snapshot |
| 2005-12-21 |
kaf24@firebug... | Remove unused local variables (from removed REASIGN_PAGE |
commit | commitdiff | tree | snapshot |
| 2005-12-21 |
kaf24@firebug... | Merge with xen-ia64-unstable.hg. |
commit | commitdiff | tree | snapshot |
| 2005-12-21 |
kaf24@firebug... | Remove obsolete MMUEXT_REASSIGN_PAGE. It's not used by |
commit | commitdiff | tree | snapshot |
| 2005-12-21 |
djm@kirby.fc... | Merge |
commit | commitdiff | tree | snapshot |
| 2005-12-21 |
kaf24@firebug... | Fix gnttab_release_mappings -- it doesn't need to drop |
commit | commitdiff | tree | snapshot |
| 2005-12-21 |
kaf24@firebug... | Increment page reference count for every host/device |
commit | commitdiff | tree | snapshot |
| 2005-12-21 |
kaf24@firebug... | Declare kasprintf before use. |
commit | commitdiff | tree | snapshot |
| 2005-12-21 |
djm@kirby.fc... | Disable chatty translate_domain_pte messages for normal... |
commit | commitdiff | tree | snapshot |
| 2005-12-21 |
djm@kirby.fc... | Facilitate to debug VTI-domain issue. |
commit | commitdiff | tree | snapshot |
| 2005-12-21 |
djm@kirby.fc... | Support domU initrd and cmdline (previous cset also) |
commit | commitdiff | tree | snapshot |
| 2005-12-21 |
djm@kirby.fc... | diff -r 545ba1b126ca tools/libxc/xc_linux_build.c |
commit | commitdiff | tree | snapshot |
| 2005-12-21 |
djm@kirby.fc... | This patch is intended to correct the number of CPUs. |
commit | commitdiff | tree | snapshot |
| 2005-12-21 |
djm@kirby.fc... | New default config file that works on both tiger4 and... |
commit | commitdiff | tree | snapshot |
| 2005-12-21 |
djm@kirby.fc... | Fix smp_processor_id to be linked to correct processor... |
commit | commitdiff | tree | snapshot |
| 2005-12-21 |
djm@kirby.fc... | Certain faults should not be reflected if caused with... |
commit | commitdiff | tree | snapshot |
| 2005-12-21 |
djm@kirby.fc... | More pal_flush_cache calls for split cache machines... |
commit | commitdiff | tree | snapshot |
| 2005-12-21 |
kaf24@firebug... | Add support for MOVSX/MOVSXD/MOVZX (move-with-extend) |
commit | commitdiff | tree | snapshot |
| 2005-12-21 |
vhanquez@kneesa... | remove duplicate code to allocate a string ala printf... |
commit | commitdiff | tree | snapshot |
| 2005-12-20 |
djm@kirby.fc... | Important domU/vbd fix. Reserve top granule of machine... |
commit | commitdiff | tree | snapshot |
| 2005-12-20 |
kaf24@firebug... | Remove FIX_RSDP_PAGE. Access RSDP via the 'isamap'... |
commit | commitdiff | tree | snapshot |
| 2005-12-20 |
kaf24@firebug... | Remove automatic I/O-fault handling in XenLinux. It... |
commit | commitdiff | tree | snapshot |
| 2005-12-20 |
emellor@leeni... | Merged. |
commit | commitdiff | tree | snapshot |
| 2005-12-20 |
emellor@leeni... | Changed UUID / Xen handle formatting to be compatible... |
commit | commitdiff | tree | snapshot |
| 2005-12-20 |
kaf24@firebug... | Allow unknown NMIs to be propagated to domain0 via new |
commit | commitdiff | tree | snapshot |
| 2005-12-20 |
kaf24@firebug... | Add sound blaster support to VMX device model. |
commit | commitdiff | tree | snapshot |
| 2005-12-20 |
kaf24@firebug... | Currently there is no generic configure file to compile... |
commit | commitdiff | tree | snapshot |
| 2005-12-20 |
kaf24@firebug... | This patch fix several issue to support >2G 64bit vmx... |
commit | commitdiff | tree | snapshot |
| 2005-12-20 |
kaf24@firebug... | Remove direct references to frame_table array. Use |
commit | commitdiff | tree | snapshot |
| 2005-12-19 |
djm@kirby.fc... | Fix simulator boot (uses old bootparam format with... |
commit | commitdiff | tree | snapshot |
| 2005-12-18 |
kaf24@firebug... | Avoid div-by-zero crash if vmx guest specifies bogus... |
commit | commitdiff | tree | snapshot |
| 2005-12-18 |
kaf24@firebug... | Allow a domain to specify DOMID_SELF to DOM0_GETDOMAINI... |
commit | commitdiff | tree | snapshot |
| 2005-12-17 |
kaf24@firebug... | Small fix to the error-return path after calling |
commit | commitdiff | tree | snapshot |
| 2005-12-16 |
kaf24@firebug... | Work aroudn swiotlb issue where a read-only host buffer is |
commit | commitdiff | tree | snapshot |
| 2005-12-16 |
kaf24@firebug... | This patch removes the GPL licence from the acm public... |
commit | commitdiff | tree | snapshot |
| 2005-12-16 |
kaf24@firebug... | Hide 64bit-mode feature on i386 hypervisor. |
commit | commitdiff | tree | snapshot |
| 2005-12-16 |
kaf24@firebug... | Move some useful cryptographic enveloping code into... |
commit | commitdiff | tree | snapshot |
| 2005-12-16 |
stekloff@elm3b216... | Changed create_disk_image to default to making "disk... |
commit | commitdiff | tree | snapshot |
| 2005-12-16 |
stekloff@elm3b216... | Added information for running xm-test in HVM / VMX... |
commit | commitdiff | tree | snapshot |
| 2005-12-16 |
nivedita@hex | Xend http access turned off by default. |
commit | commitdiff | tree | snapshot |
| 2005-12-16 |
kaf24@firebug... | Slight fix to BIOS e820 bug workaround. Remove the... |
commit | commitdiff | tree | snapshot |
| 2005-12-16 |
kaf24@firebug... | Work around a nasty BIOS/GRUB bug which causes fields in |
commit | commitdiff | tree | snapshot |
| 2005-12-15 |
chris@ubuntu... | Add and use write_ldt_entry, as seen in later linux... |
commit | commitdiff | tree | snapshot |
| 2005-12-15 |
djm@kirby.fc... | Turn off debug output for NaTpage consumption when... |
commit | commitdiff | tree | snapshot |
| 2005-12-15 |
djm@kirby.fc... | Turn off ia64_pal_cache_flush for domU (temp, until... |
commit | commitdiff | tree | snapshot |
| 2005-12-15 |
djm@kirby.fc... | Remove some unused VTI code segments |
commit | commitdiff | tree | snapshot |
| 2005-12-15 |
djm@kirby.fc... | Cleanup VTLB code |
commit | commitdiff | tree | snapshot |
| 2005-12-15 |
djm@kirby.fc... | Under some specific conditions, dom0 will lose guest... |
commit | commitdiff | tree | snapshot |
| 2005-12-15 |
djm@kirby.fc... | Small patch to avoid a stack overflow (VTI only). |
commit | commitdiff | tree | snapshot |
| 2005-12-15 |
kaf24@firebug... | Add debugging flag for domains to make domu debugging... |
commit | commitdiff | tree | snapshot |
| 2005-12-15 |
kaf24@firebug... | Add MP debug support to gdbserver. |
commit | commitdiff | tree | snapshot |
| 2005-12-15 |
kaf24@firebug... | Remove unnecessary statement in evtchn_do_upcall. |
commit | commitdiff | tree | snapshot |
| 2005-12-15 |
kaf24@firebug... | Unmap io shared page only if it is properly initialized. |
commit | commitdiff | tree | snapshot |
| 2005-12-15 |
kaf24@firebug... | Check for existence of VLAPIC before relinquishing it, |
commit | commitdiff | tree | snapshot |
| 2005-12-15 |
kaf24@firebug... | Clear all shadow caches when return to real mode from... |
commit | commitdiff | tree | snapshot |
| 2005-12-15 |
kaf24@firebug... | vmx_assist xen interface header is BSD-licensed. |
commit | commitdiff | tree | snapshot |
| 2005-12-15 |
emellor@leeni... | Split talk_to_otherend into two pieces, one for getting... |
commit | commitdiff | tree | snapshot |
| 2005-12-15 |
emellor@leeni... | Replace calls to deprecated xm set-vcpus with calls... |
commit | commitdiff | tree | snapshot |
| 2005-12-15 |
emellor@leeni... | Merged. |
commit | commitdiff | tree | snapshot |
| 2005-12-15 |
emellor@leeni... | Fix block_attach_shared tests. When the sharing check... |
commit | commitdiff | tree | snapshot |
| 2005-12-15 |
emellor@leeni... | Someone seems to have gotten carried away with cut... |
commit | commitdiff | tree | snapshot |
| 2005-12-15 |
emellor@leeni... | Put watch on device node only if probe was sucessful. |
commit | commitdiff | tree | snapshot |
| 2005-12-14 |
djm@kirby.fc... | Mirror changes to x86 un/mask_evtchn |
commit | commitdiff | tree | snapshot |
| 2005-12-14 |
kaf24@firebug... | Fix the issue when guest OS clear TS bit by mov to... |
commit | commitdiff | tree | snapshot |
| 2005-12-14 |
kaf24@firebug... | LAPIC model is different on x86 and ia64, so make irq... |
commit | commitdiff | tree | snapshot |
| 2005-12-14 |
kaf24@firebug... | Give the xencons tty driver a proper name. |
commit | commitdiff | tree | snapshot |
| 2005-12-14 |
kaf24@firebug... | Prevent new potential features from being exposed to the |
commit | commitdiff | tree | snapshot |
| 2005-12-14 |
emellor@leeni... | Fix calls to test-gcc-flag, to match previous changeset. |
commit | commitdiff | tree | snapshot |
| next |